home *** CD-ROM | disk | FTP | other *** search
/ Shareware Grab Bag / Shareware Grab Bag.iso / 090 / cmln0385.arc / DEBUG1.LTG < prev    next >
Text File  |  1986-02-27  |  384b  |  13 lines

  1.  
  2. Debug Listing 1.
  3.  
  4.  
  5.  
  6. #if ! defined Debug
  7. #  define DEBUGIN(Statements) /* empty */
  8. #  define DEBUGOUT(Statements) Statements
  9. #else defined Debug
  10. #  define DEBUGIN(Statements) Statements
  11. #  define DEBUGOUT(Statements) /* empty */
  12. #endif ? defined Debug
  13.